Create<TData>(DicomScp,TData,bool,BeforeAddTagDelegate) Method

Summary

Sends an N-CREATE-REQ to the SCP.

Syntax
C#
VB
C++
public void Create<TData>( 
   DicomScp Scp, 
   TData Data, 
   bool ignoreClass, 
   BeforeAddTagDelegate beforeAdd 
) 
  
Public Overloads Sub Create(Of TData)( _ 
   ByVal Scp As DicomScp, _ 
   ByVal Data As TData, _ 
   ByVal ignoreClass As Boolean, _ 
   ByVal beforeAdd As BeforeAddTagDelegate _ 
)  
public: 
void Creategeneric<typename TData> 
(  
   DicomScp^ Scp, 
   _TData^_ Data, 
   bool ignoreClass, 
   BeforeAddTagDelegate^ beforeAdd 
)  

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.

Data
The data to send in the N-CREATE-REQ.

ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.

beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-CREATE-REQ.

Type Parameters

TData
The type of the data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly